x86/cpuid: Handle leaf 0x8000000a in guest_cpuid()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 22 Jan 2017 17:50:12 +0000 (17:50 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 25 Jan 2017 10:26:23 +0000 (10:26 +0000)
commit8104df97387dc3de412b99ab694e5a828df504db
tree4c046438fec81c2e5d3e4cc8550d53351de3d53e
parent1cc3ecf5050375781d08b0aa4b8e2eb99845bf4b
x86/cpuid: Handle leaf 0x8000000a in guest_cpuid()

Leaf 0x8000000a contains SVM information.  The feature choices are borrowed
straight from the libxc policy code.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpuid.c